From: Alexandre Emsenhuber Date: Sat, 12 Apr 2008 22:18:58 +0000 (+0000) Subject: Add comment for specialpages-group group in messages.inc and rebuild MessagesEn.php X-Git-Tag: 1.31.0-rc.0~48400 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=c67a03ef3e39a8bc1e16d8155799622db9d78c66;p=lhc%2Fweb%2Fwiklou.git Add comment for specialpages-group group in messages.inc and rebuild MessagesEn.php --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 98421a1c7e..1f967c2e04 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1907,7 +1907,7 @@ The e-mail address you entered in your user preferences will appear as the "From 'emailccsubject' => 'Copy of your message to $1: $2', 'emailsent' => 'E-mail sent', 'emailsenttext' => 'Your e-mail message has been sent.', -'emailuserfooter' => "-- +'emailuserfooter' => "-- This email was sent using the 'email user' feature of {{SITENAME}}", # Watchlist @@ -2160,23 +2160,23 @@ $1', 'sp-contributions-footer-anon' => '-', # do not translate or duplicate this message to other languages # What links here -'whatlinkshere' => 'What links here', -'whatlinkshere-title' => 'Pages that link to $1', -'whatlinkshere-summary' => '', # only translate this message to other languages if you have to change it -'whatlinkshere-page' => 'Page:', -'whatlinkshere-barrow' => '>', # only translate this message to other languages if you have to change it -'linklistsub' => '(List of links)', -'linkshere' => "The following pages link to '''[[:$1]]''':", -'nolinkshere' => "No pages link to '''[[:$1]]'''.", -'nolinkshere-ns' => "No pages link to '''[[:$1]]''' in the chosen namespace.", -'isredirect' => 'redirect page', -'istemplate' => 'inclusion', -'whatlinkshere-prev' => '{{PLURAL:$1|previous|previous $1}}', -'whatlinkshere-next' => '{{PLURAL:$1|next|next $1}}', -'whatlinkshere-links' => '← links', -'whatlinkshere-hideredirs' => '$1 redirects', -'whatlinkshere-hidetrans' => '$1 transclusions', -'whatlinkshere-hidelinks' => '$1 links', +'whatlinkshere' => 'What links here', +'whatlinkshere-title' => 'Pages that link to $1', +'whatlinkshere-summary' => '', # only translate this message to other languages if you have to change it +'whatlinkshere-page' => 'Page:', +'whatlinkshere-barrow' => '>', # only translate this message to other languages if you have to change it +'linklistsub' => '(List of links)', +'linkshere' => "The following pages link to '''[[:$1]]''':", +'nolinkshere' => "No pages link to '''[[:$1]]'''.", +'nolinkshere-ns' => "No pages link to '''[[:$1]]''' in the chosen namespace.", +'isredirect' => 'redirect page', +'istemplate' => 'inclusion', +'whatlinkshere-prev' => '{{PLURAL:$1|previous|previous $1}}', +'whatlinkshere-next' => '{{PLURAL:$1|next|next $1}}', +'whatlinkshere-links' => '← links', +'whatlinkshere-hideredirs' => '$1 redirects', +'whatlinkshere-hidetrans' => '$1 transclusions', +'whatlinkshere-hidelinks' => '$1 links', # Block/unblock 'blockip' => 'Block user', @@ -3254,17 +3254,6 @@ You can also [[Special:Watchlist/edit|use the standard editor]].', 'version-software-product' => 'Product', 'version-software-version' => 'Version', -# Special:SpecialPages -'specialpages-group-maintenance' => 'Maintenance reports', -'specialpages-group-other' => 'Other special pages', -'specialpages-group-login' => 'Login/sign up', -'specialpages-group-changes' => 'Recent changes and logs', -'specialpages-group-media' => 'Media reports', -'specialpages-group-users' => 'Users and rights', -'specialpages-group-needy' => 'Pages in need of work', -'specialpages-group-highuse' => 'High use pages', -'specialpages-group-permissions' => 'Set user permissions', - # Special:Filepath 'filepath' => 'File path', 'filepath-page' => 'File:', @@ -3286,4 +3275,15 @@ Enter the filename without the "{{ns:image}}:" prefix.', 'fileduplicatesearch-result-1' => 'The file "$1" has no identical duplication.', 'fileduplicatesearch-result-n' => 'The file "$1" has {{PLURAL:$2|1 identical duplication|$2 identical duplications}}.', +# Special:SpecialPages +'specialpages-group-maintenance' => 'Maintenance reports', +'specialpages-group-other' => 'Other special pages', +'specialpages-group-login' => 'Login/sign up', +'specialpages-group-changes' => 'Recent changes and logs', +'specialpages-group-media' => 'Media reports', +'specialpages-group-users' => 'Users and rights', +'specialpages-group-needy' => 'Pages in need of work', +'specialpages-group-highuse' => 'High use pages', +'specialpages-group-permissions' => 'Set user permissions', + ); diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index c5eab8f033..25ae3bf243 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -2642,6 +2642,7 @@ Variants for Chinese language", 'version' => 'Special:Version', 'filepath' => 'Special:Filepath', 'fileduplicatesearch' => 'Special:FileDuplicateSearch', + 'specialpages-group' => 'Special:SpecialPages', ); /** Short comments for standalone messages */